home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / libtool / libltdl / Makefile.in < prev    next >
Makefile  |  2006-04-25  |  21KB  |  646 lines

  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  5. # 2003, 2004, 2005  Free Software Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15. @SET_MAKE@
  16.  
  17.  
  18. srcdir = @srcdir@
  19. top_srcdir = @top_srcdir@
  20. VPATH = @srcdir@
  21. pkgdatadir = $(datadir)/@PACKAGE@
  22. pkglibdir = $(libdir)/@PACKAGE@
  23. pkgincludedir = $(includedir)/@PACKAGE@
  24. top_builddir = .
  25. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  26. INSTALL = @INSTALL@
  27. install_sh_DATA = $(install_sh) -c -m 644
  28. install_sh_PROGRAM = $(install_sh) -c
  29. install_sh_SCRIPT = $(install_sh) -c
  30. INSTALL_HEADER = $(INSTALL_DATA)
  31. transform = $(program_transform_name)
  32. NORMAL_INSTALL = :
  33. PRE_INSTALL = :
  34. POST_INSTALL = :
  35. NORMAL_UNINSTALL = :
  36. PRE_UNINSTALL = :
  37. POST_UNINSTALL = :
  38. build_triplet = @build@
  39. host_triplet = @host@
  40. DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
  41.     $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
  42.     $(srcdir)/Makefile.in $(srcdir)/config-h.in \
  43.     $(top_srcdir)/configure COPYING.LIB config.guess config.sub \
  44.     install-sh ltmain.sh missing
  45. subdir = .
  46. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  47. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  48.     $(top_srcdir)/configure.ac
  49. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  50.     $(ACLOCAL_M4)
  51. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  52.  configure.lineno configure.status.lineno
  53. mkinstalldirs = $(install_sh) -d
  54. CONFIG_HEADER = config.h
  55. CONFIG_CLEAN_FILES =
  56. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  57. am__vpath_adj = case $$p in \
  58.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  59.     *) f=$$p;; \
  60.   esac;
  61. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  62. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
  63. libLTLIBRARIES_INSTALL = $(INSTALL)
  64. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  65. am__DEPENDENCIES_1 =
  66. libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  67. am_libltdl_la_OBJECTS = ltdl.lo
  68. libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
  69. @INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
  70. libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  71. am_libltdlc_la_OBJECTS = ltdl.lo
  72. libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
  73. @CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
  74. DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
  75. depcomp =
  76. am__depfiles_maybe =
  77. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  78.     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  79. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  80.     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  81.     $(AM_CFLAGS) $(CFLAGS)
  82. CCLD = $(CC)
  83. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  84.     $(AM_LDFLAGS) $(LDFLAGS) -o $@
  85. SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
  86. DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
  87. am__include_HEADERS_DIST = ltdl.h
  88. includeHEADERS_INSTALL = $(INSTALL_HEADER)
  89. am__noinst_HEADERS_DIST = ltdl.h
  90. HEADERS = $(include_HEADERS) $(noinst_HEADERS)
  91. ETAGS = etags
  92. CTAGS = ctags
  93. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  94. distdir = $(PACKAGE)-$(VERSION)
  95. top_distdir = $(distdir)
  96. am__remove_distdir = \
  97.   { test ! -d $(distdir) \
  98.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  99.          && rm -fr $(distdir); }; }
  100. DIST_ARCHIVES = $(distdir).tar.gz
  101. GZIP_ENV = --best
  102. distuninstallcheck_listfiles = find . -type f -print
  103. distcleancheck_listfiles = find . -type f -print
  104. ACLOCAL = @ACLOCAL@
  105. AMDEP_FALSE = @AMDEP_FALSE@
  106. AMDEP_TRUE = @AMDEP_TRUE@
  107. AMTAR = @AMTAR@
  108. AR = @AR@
  109. AS = @AS@
  110. AUTOCONF = @AUTOCONF@
  111. AUTOHEADER = @AUTOHEADER@
  112. AUTOMAKE = @AUTOMAKE@
  113. AWK = @AWK@
  114. CC = @CC@
  115. CCDEPMODE = @CCDEPMODE@
  116. CFLAGS = @CFLAGS@
  117. CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
  118. CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
  119. CPP = @CPP@
  120. CPPFLAGS = @CPPFLAGS@
  121. CXX = @CXX@
  122. CXXCPP = @CXXCPP@
  123. CXXDEPMODE = @CXXDEPMODE@
  124. CXXFLAGS = @CXXFLAGS@
  125. CYGPATH_W = @CYGPATH_W@
  126. DEFS = @DEFS@
  127. DEPDIR = @DEPDIR@
  128. DLLTOOL = @DLLTOOL@
  129. ECHO = @ECHO@
  130. ECHO_C = @ECHO_C@
  131. ECHO_N = @ECHO_N@
  132. ECHO_T = @ECHO_T@
  133. EGREP = @EGREP@
  134. EXEEXT = @EXEEXT@
  135. F77 = @F77@
  136. FFLAGS = @FFLAGS@
  137. INSTALL_DATA = @INSTALL_DATA@
  138. INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
  139. INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
  140. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  141. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  142. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  143. LDFLAGS = @LDFLAGS@
  144. LIBADD_DL = @LIBADD_DL@
  145. LIBOBJS = @LIBOBJS@
  146. LIBS = @LIBS@
  147. LIBTOOL = @LIBTOOL@
  148. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  149. LN_S = @LN_S@
  150. LTLIBOBJS = @LTLIBOBJS@
  151. MAKEINFO = @MAKEINFO@
  152. OBJDUMP = @OBJDUMP@
  153. OBJEXT = @OBJEXT@
  154. PACKAGE = @PACKAGE@
  155. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  156. PACKAGE_NAME = @PACKAGE_NAME@
  157. PACKAGE_STRING = @PACKAGE_STRING@
  158. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  159. PACKAGE_VERSION = @PACKAGE_VERSION@
  160. PATH_SEPARATOR = @PATH_SEPARATOR@
  161. RANLIB = @RANLIB@
  162. SET_MAKE = @SET_MAKE@
  163. SHELL = @SHELL@
  164. STRIP = @STRIP@
  165. VERSION = @VERSION@
  166. ac_ct_AR = @ac_ct_AR@
  167. ac_ct_AS = @ac_ct_AS@
  168. ac_ct_CC = @ac_ct_CC@
  169. ac_ct_CXX = @ac_ct_CXX@
  170. ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
  171. ac_ct_F77 = @ac_ct_F77@
  172. ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
  173. ac_ct_RANLIB = @ac_ct_RANLIB@
  174. ac_ct_STRIP = @ac_ct_STRIP@
  175. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  176. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  177. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  178. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  179. am__include = @am__include@
  180. am__leading_dot = @am__leading_dot@
  181. am__quote = @am__quote@
  182. am__tar = @am__tar@
  183. am__untar = @am__untar@
  184. bindir = @bindir@
  185. build = @build@
  186. build_alias = @build_alias@
  187. build_cpu = @build_cpu@
  188. build_os = @build_os@
  189. build_vendor = @build_vendor@
  190. datadir = @datadir@
  191. exec_prefix = @exec_prefix@
  192. host = @host@
  193. host_alias = @host_alias@
  194. host_cpu = @host_cpu@
  195. host_os = @host_os@
  196. host_vendor = @host_vendor@
  197. includedir = @includedir@
  198. infodir = @infodir@
  199. install_sh = @install_sh@
  200. libdir = @libdir@
  201. libexecdir = @libexecdir@
  202. localstatedir = @localstatedir@
  203. mandir = @mandir@
  204. mkdir_p = @mkdir_p@
  205. oldincludedir = @oldincludedir@
  206. prefix = @prefix@
  207. program_transform_name = @program_transform_name@
  208. sbindir = @sbindir@
  209. sharedstatedir = @sharedstatedir@
  210. sysconfdir = @sysconfdir@
  211. target_alias = @target_alias@
  212. AUTOMAKE_OPTIONS = no-dependencies foreign
  213. @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h
  214. @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
  215. @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h
  216. @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
  217. CLEANFILES = libltdl.la libltdlc.la
  218. libltdl_la_SOURCES = ltdl.c
  219. libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1
  220. libltdl_la_LIBADD = $(LIBADD_DL)
  221. libltdlc_la_SOURCES = ltdl.c
  222. libltdlc_la_LIBADD = $(LIBADD_DL)
  223. all: config.h
  224.     $(MAKE) $(AM_MAKEFLAGS) all-am
  225.  
  226. .SUFFIXES:
  227. .SUFFIXES: .c .lo .o .obj
  228. am--refresh:
  229.     @:
  230. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  231.     @for dep in $?; do \
  232.       case '$(am__configure_deps)' in \
  233.         *$$dep*) \
  234.           echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  235.           cd $(srcdir) && $(AUTOMAKE) --foreign  \
  236.         && exit 0; \
  237.           exit 1;; \
  238.       esac; \
  239.     done; \
  240.     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
  241.     cd $(top_srcdir) && \
  242.       $(AUTOMAKE) --foreign  Makefile
  243. .PRECIOUS: Makefile
  244. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  245.     @case '$?' in \
  246.       *config.status*) \
  247.         echo ' $(SHELL) ./config.status'; \
  248.         $(SHELL) ./config.status;; \
  249.       *) \
  250.         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  251.         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  252.     esac;
  253.  
  254. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  255.     $(SHELL) ./config.status --recheck
  256.  
  257. $(top_srcdir)/configure:  $(am__configure_deps)
  258.     cd $(srcdir) && $(AUTOCONF)
  259. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  260.     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  261.  
  262. config.h: stamp-h1
  263.     @if test ! -f $@; then \
  264.       rm -f stamp-h1; \
  265.       $(MAKE) stamp-h1; \
  266.     else :; fi
  267.  
  268. stamp-h1: $(srcdir)/config-h.in $(top_builddir)/config.status
  269.     @rm -f stamp-h1
  270.     cd $(top_builddir) && $(SHELL) ./config.status config.h
  271. $(srcdir)/config-h.in:  $(am__configure_deps) 
  272.     cd $(top_srcdir) && $(AUTOHEADER)
  273.     rm -f stamp-h1
  274.     touch $@
  275.  
  276. distclean-hdr:
  277.     -rm -f config.h stamp-h1
  278. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  279.     @$(NORMAL_INSTALL)
  280.     test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  281.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  282.       if test -f $$p; then \
  283.         f=$(am__strip_dir) \
  284.         echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
  285.         $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
  286.       else :; fi; \
  287.     done
  288.  
  289. uninstall-libLTLIBRARIES:
  290.     @$(NORMAL_UNINSTALL)
  291.     @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  292.       p=$(am__strip_dir) \
  293.       echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
  294.       $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
  295.     done
  296.  
  297. clean-libLTLIBRARIES:
  298.     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  299.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  300.       dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  301.       test "$$dir" != "$$p" || dir=.; \
  302.       echo "rm -f \"$${dir}/so_locations\""; \
  303.       rm -f "$${dir}/so_locations"; \
  304.     done
  305.  
  306. clean-noinstLTLIBRARIES:
  307.     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  308.     @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  309.       dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  310.       test "$$dir" != "$$p" || dir=.; \
  311.       echo "rm -f \"$${dir}/so_locations\""; \
  312.       rm -f "$${dir}/so_locations"; \
  313.     done
  314. libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 
  315.     $(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
  316. libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 
  317.     $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
  318.  
  319. mostlyclean-compile:
  320.     -rm -f *.$(OBJEXT)
  321.  
  322. distclean-compile:
  323.     -rm -f *.tab.c
  324.  
  325. .c.o:
  326.     $(COMPILE) -c $<
  327.  
  328. .c.obj:
  329.     $(COMPILE) -c `$(CYGPATH_W) '$<'`
  330.  
  331. .c.lo:
  332.     $(LTCOMPILE) -c -o $@ $<
  333.  
  334. mostlyclean-libtool:
  335.     -rm -f *.lo
  336.  
  337. clean-libtool:
  338.     -rm -rf .libs _libs
  339.  
  340. distclean-libtool:
  341.     -rm -f libtool
  342. uninstall-info-am:
  343. install-includeHEADERS: $(include_HEADERS)
  344.     @$(NORMAL_INSTALL)
  345.     test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
  346.     @list='$(include_HEADERS)'; for p in $$list; do \
  347.       if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  348.       f=$(am__strip_dir) \
  349.       echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
  350.       $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
  351.     done
  352.  
  353. uninstall-includeHEADERS:
  354.     @$(NORMAL_UNINSTALL)
  355.     @list='$(include_HEADERS)'; for p in $$list; do \
  356.       f=$(am__strip_dir) \
  357.       echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
  358.       rm -f "$(DESTDIR)$(includedir)/$$f"; \
  359.     done
  360.  
  361. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  362.     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  363.     unique=`for i in $$list; do \
  364.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  365.       done | \
  366.       $(AWK) '    { files[$$0] = 1; } \
  367.            END { for (i in files) print i; }'`; \
  368.     mkid -fID $$unique
  369. tags: TAGS
  370.  
  371. TAGS:  $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
  372.         $(TAGS_FILES) $(LISP)
  373.     tags=; \
  374.     here=`pwd`; \
  375.     list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
  376.     unique=`for i in $$list; do \
  377.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  378.       done | \
  379.       $(AWK) '    { files[$$0] = 1; } \
  380.            END { for (i in files) print i; }'`; \
  381.     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  382.       test -n "$$unique" || unique=$$empty_fix; \
  383.       $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  384.         $$tags $$unique; \
  385.     fi
  386. ctags: CTAGS
  387. CTAGS:  $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
  388.         $(TAGS_FILES) $(LISP)
  389.     tags=; \
  390.     here=`pwd`; \
  391.     list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
  392.     unique=`for i in $$list; do \
  393.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  394.       done | \
  395.       $(AWK) '    { files[$$0] = 1; } \
  396.            END { for (i in files) print i; }'`; \
  397.     test -z "$(CTAGS_ARGS)$$tags$$unique" \
  398.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  399.          $$tags $$unique
  400.  
  401. GTAGS:
  402.     here=`$(am__cd) $(top_builddir) && pwd` \
  403.       && cd $(top_srcdir) \
  404.       && gtags -i $(GTAGS_ARGS) $$here
  405.  
  406. distclean-tags:
  407.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  408.  
  409. distdir: $(DISTFILES)
  410.     $(am__remove_distdir)
  411.     mkdir $(distdir)
  412.     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  413.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  414.     list='$(DISTFILES)'; for file in $$list; do \
  415.       case $$file in \
  416.         $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  417.         $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  418.       esac; \
  419.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  420.       dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  421.       if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  422.         dir="/$$dir"; \
  423.         $(mkdir_p) "$(distdir)$$dir"; \
  424.       else \
  425.         dir=''; \
  426.       fi; \
  427.       if test -d $$d/$$file; then \
  428.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  429.           cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  430.         fi; \
  431.         cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  432.       else \
  433.         test -f $(distdir)/$$file \
  434.         || cp -p $$d/$$file $(distdir)/$$file \
  435.         || exit 1; \
  436.       fi; \
  437.     done
  438.     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  439.       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  440.       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  441.       ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  442.     || chmod -R a+r $(distdir)
  443. dist-gzip: distdir
  444.     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  445.     $(am__remove_distdir)
  446.  
  447. dist-bzip2: distdir
  448.     tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  449.     $(am__remove_distdir)
  450.  
  451. dist-tarZ: distdir
  452.     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  453.     $(am__remove_distdir)
  454.  
  455. dist-shar: distdir
  456.     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  457.     $(am__remove_distdir)
  458.  
  459. dist-zip: distdir
  460.     -rm -f $(distdir).zip
  461.     zip -rq $(distdir).zip $(distdir)
  462.     $(am__remove_distdir)
  463.  
  464. dist dist-all: distdir
  465.     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  466.     $(am__remove_distdir)
  467.  
  468. # This target untars the dist file and tries a VPATH configuration.  Then
  469. # it guarantees that the distribution is self-contained by making another
  470. # tarfile.
  471. distcheck: dist
  472.     case '$(DIST_ARCHIVES)' in \
  473.     *.tar.gz*) \
  474.       GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  475.     *.tar.bz2*) \
  476.       bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  477.     *.tar.Z*) \
  478.       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  479.     *.shar.gz*) \
  480.       GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  481.     *.zip*) \
  482.       unzip $(distdir).zip ;;\
  483.     esac
  484.     chmod -R a-w $(distdir); chmod a+w $(distdir)
  485.     mkdir $(distdir)/_build
  486.     mkdir $(distdir)/_inst
  487.     chmod a-w $(distdir)
  488.     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  489.       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  490.       && cd $(distdir)/_build \
  491.       && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  492.         $(DISTCHECK_CONFIGURE_FLAGS) \
  493.       && $(MAKE) $(AM_MAKEFLAGS) \
  494.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  495.       && $(MAKE) $(AM_MAKEFLAGS) check \
  496.       && $(MAKE) $(AM_MAKEFLAGS) install \
  497.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  498.       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  499.       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  500.             distuninstallcheck \
  501.       && chmod -R a-w "$$dc_install_base" \
  502.       && ({ \
  503.            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  504.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  505.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  506.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  507.                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  508.           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  509.       && rm -rf "$$dc_destdir" \
  510.       && $(MAKE) $(AM_MAKEFLAGS) dist \
  511.       && rm -rf $(DIST_ARCHIVES) \
  512.       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  513.     $(am__remove_distdir)
  514.     @(echo "$(distdir) archives ready for distribution: "; \
  515.       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  516.       sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  517. distuninstallcheck:
  518.     @cd $(distuninstallcheck_dir) \
  519.     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  520.        || { echo "ERROR: files left after uninstall:" ; \
  521.             if test -n "$(DESTDIR)"; then \
  522.               echo "  (check DESTDIR support)"; \
  523.             fi ; \
  524.             $(distuninstallcheck_listfiles) ; \
  525.             exit 1; } >&2
  526. distcleancheck: distclean
  527.     @if test '$(srcdir)' = . ; then \
  528.       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  529.       exit 1 ; \
  530.     fi
  531.     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  532.       || { echo "ERROR: files left in build directory after distclean:" ; \
  533.            $(distcleancheck_listfiles) ; \
  534.            exit 1; } >&2
  535. check-am: all-am
  536. check: check-am
  537. all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
  538. installdirs:
  539.     for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
  540.       test -z "$$dir" || $(mkdir_p) "$$dir"; \
  541.     done
  542. install: install-am
  543. install-exec: install-exec-am
  544. install-data: install-data-am
  545. uninstall: uninstall-am
  546.  
  547. install-am: all-am
  548.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  549.  
  550. installcheck: installcheck-am
  551. install-strip:
  552.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  553.       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  554.       `test -z '$(STRIP)' || \
  555.         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  556. mostlyclean-generic:
  557.  
  558. clean-generic:
  559.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  560.  
  561. distclean-generic:
  562.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  563.  
  564. maintainer-clean-generic:
  565.     @echo "This command is intended for maintainers to use"
  566.     @echo "it deletes files that may require special tools to rebuild."
  567. clean: clean-am
  568.  
  569. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  570.     clean-noinstLTLIBRARIES mostlyclean-am
  571.  
  572. distclean: distclean-am
  573.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  574.     -rm -f Makefile
  575. distclean-am: clean-am distclean-compile distclean-generic \
  576.     distclean-hdr distclean-libtool distclean-tags
  577.  
  578. dvi: dvi-am
  579.  
  580. dvi-am:
  581.  
  582. html: html-am
  583.  
  584. info: info-am
  585.  
  586. info-am:
  587.  
  588. install-data-am: install-includeHEADERS
  589.  
  590. install-exec-am: install-libLTLIBRARIES
  591.  
  592. install-info: install-info-am
  593.  
  594. install-man:
  595.  
  596. installcheck-am:
  597.  
  598. maintainer-clean: maintainer-clean-am
  599.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  600.     -rm -rf $(top_srcdir)/autom4te.cache
  601.     -rm -f Makefile
  602. maintainer-clean-am: distclean-am maintainer-clean-generic
  603.  
  604. mostlyclean: mostlyclean-am
  605.  
  606. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  607.     mostlyclean-libtool
  608.  
  609. pdf: pdf-am
  610.  
  611. pdf-am:
  612.  
  613. ps: ps-am
  614.  
  615. ps-am:
  616.  
  617. uninstall-am: uninstall-includeHEADERS uninstall-info-am \
  618.     uninstall-libLTLIBRARIES
  619.  
  620. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  621.     clean-generic clean-libLTLIBRARIES clean-libtool \
  622.     clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \
  623.     dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
  624.     distclean-compile distclean-generic distclean-hdr \
  625.     distclean-libtool distclean-tags distcleancheck distdir \
  626.     distuninstallcheck dvi dvi-am html html-am info info-am \
  627.     install install-am install-data install-data-am install-exec \
  628.     install-exec-am install-includeHEADERS install-info \
  629.     install-info-am install-libLTLIBRARIES install-man \
  630.     install-strip installcheck installcheck-am installdirs \
  631.     maintainer-clean maintainer-clean-generic mostlyclean \
  632.     mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  633.     pdf pdf-am ps ps-am tags uninstall uninstall-am \
  634.     uninstall-includeHEADERS uninstall-info-am \
  635.     uninstall-libLTLIBRARIES
  636.  
  637.  
  638. ltdl.lo: ltdl.h config.h
  639.  
  640. $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
  641. libtool: $(LIBTOOL_DEPS)
  642.     $(SHELL) ./config.status --recheck
  643. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  644. # Otherwise a system limit (for SysV at least) may be exceeded.
  645. .NOEXPORT:
  646.